LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MemoryEfficientEnd(Single[],Point2D) Method
See Also 
Leadtools.Medical3D Namespace > Medical3DObject Class > MemoryEfficientEnd Method : MemoryEfficientEnd(Single[],Point2D) Method



imageOrientation
The orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.
imageOrientation
The orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.
Ends the 3d object creation process, making it ready for display.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub MemoryEfficientEnd( _
   ByVal imageOrientation() As Single, _
   ByVal pixelSpacing As Point2D _
) 
Visual Basic (Usage)Copy Code
Dim instance As Medical3DObject
Dim imageOrientation() As Single
Dim pixelSpacing As Point2D
 
instance.MemoryEfficientEnd(imageOrientation, pixelSpacing)
C# 
public void MemoryEfficientEnd( 
   float[] imageOrientation,
   Point2D pixelSpacing
)
C++/CLI 
public:
void MemoryEfficientEnd( 
   array<float>^ imageOrientation,
   Point2D pixelSpacing
) 

Parameters

imageOrientation
The orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.

Example

For an example, refer to Medical3DObject.

Remarks

This method is used when a series of frames are sorted based on their image position coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features